home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / multim_1 / multim~1.txt < prev    next >
Text File  |  1997-05-16  |  3KB  |  93 lines

  1. Programmer: Matthew Dubbs
  2. Version   : 1.00
  3. Year      : 1997
  4. Name      : MultiMusicPlayer
  5. File      : MultiMusic.ocx <32-bit only>
  6.  
  7.  
  8. -----------------------------------------------------------------------------
  9. First of all Hello out there!!
  10.  
  11. This control is completely FreeWare no strings attached well maybe one
  12. Please E-mail me if you have a problems or suggestion at
  13.  
  14. MDubbs@Juno.com
  15.  
  16. This Control is for programming tools only ***NOT*** internet design.
  17.  
  18.  
  19. -----------------------------------------------------------------------------
  20. Tested
  21. -----------------------------------------------------------------------------
  22.  
  23. <Pentium 100 32 megs of Ram>
  24. Visual Basic 4.0 Standard (32-bit) 
  25. Visual Basic 5.0 Professional
  26. Internet Explorer 3.02 (local only) **Not an Internet Control
  27.  
  28. <Pentium 90 16 megs of Ram>
  29. Visual Basic 5.0 Professional
  30.  
  31.  
  32.  
  33. -----------------------------------------------------------------------------
  34. Installation
  35. -----------------------------------------------------------------------------
  36. <1>
  37. If you own Visual Basic 4.0(32-bit ie. standard and above)or any version
  38.     of Visual Basic 5.0 just use components command and browse and
  39.     find the control.
  40.  
  41. <2>
  42. If you do not have Visual Basic (if possible) try step one in whatever
  43.       programming tool you are using.  If this fails use the regsvr32
  44.     in you windows\system directory:
  45.                     <at DOS Prompt>
  46.                     regsvr32 <Path of control>
  47.     This should remedy any problems if not 
  48.     E-Mail me at:
  49.             MDubbs@Juno.com
  50.  
  51.  
  52. -----------------------------------------------------------------------------
  53. Uninstall
  54. -----------------------------------------------------------------------------
  55.     Use regsvr32.exe in windows\system directory:
  56.                     <at DOS Prompt>
  57.                     regsvr32 /u <Path of Control>
  58.                     Delete all files where installed.
  59.  
  60. Control Test 
  61. The web page is embeded with this control.
  62.  
  63. <If you are using IE3.0 or greater and have the control installed>
  64. you can load this web page and see the control in action.
  65. <Make sure bond.middi is in the same directory as the Web page!>
  66.  
  67.  
  68. -----------------------------------------------------------------------------
  69. Information ypu Might Need to know.
  70. -----------------------------------------------------------------------------
  71. <methods>
  72. <control name>.start 1 
  73.                      ^
  74.                      | 1,2,3 starts at song 1, 2, or 3
  75. this method allows the control to be invisible and still play songs
  76.  
  77. <control name).stop 
  78. Stop the currently playing music 
  79. <be aware this is not pause it resets the song to the begining.
  80.  
  81. <Properties>
  82. SongNum1
  83. SongNum2
  84. SongNum3
  85. Path of the Middi Songs 
  86.  
  87. Rotate
  88. when value is true--when SongNum1 ends SongNum2 Starts-->
  89. SongNum3-->SongNum1...and on and on forever:)
  90.  
  91.  
  92. -----------------------------------------------------------------------------
  93. That about it enjoy!!!!